home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / irssi / help / hilight < prev    next >
Text File  |  2006-05-02  |  1KB  |  30 lines

  1.  
  2. HILIGHT %|[-nick | -word | -line] [-mask | -full | -regexp] [-color <color>] [-actcolor <color>] [-level <level>] [-channels <channels>] <text>
  3.  
  4.    -mask: Match only for nick, <text> is a nick mask
  5.    -regexp: <text> is a regular expression
  6.    -full: <text> must match to full words
  7.    -nick: Hilight only the nick, not the whole line (default)
  8.    -word: Hilight only the word (default with non-public messages)
  9.    -line: Hilight the whole line with the hilight color.
  10.    -color: Print the message with <color>. color is in %%code format
  11.            (see docs/formats.txt)
  12.    -actcolor: Color to show in statusbar activity, or don't change if %%n.
  13.    -level: Match only for <level> messages, default is
  14.            publics,msgs,notices,actions
  15.    -channels: Match only in <channels>
  16.    -priority: Priority to use when multiple hilights match. Default is 0.
  17.  
  18. Examples:
  19.  
  20. Hilight lines that have "mynick" word:
  21.   /HILIGHT mynick
  22.  
  23. Hilight lines that were written by nicks from *.fi with bold green
  24.   /HILIGHT -color %%G -mask *!*@*.fi
  25.  
  26. For regular expressions, see `man 7 regex`.
  27.  
  28. See also: DEHILIGHT, SET HILIGHT
  29.  
  30.